DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection<T> Class / PageSize Property

In This Topic
    PageSize Property (C1AdoNetCursorDataCollection<T>)
    In This Topic
    Gets the size of the page.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageSize As Integer
    public int PageSize {get;}
    See Also